projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
786a709
)
(Defining Macros): Declaration keyword is `debug' not `edebug'.
author
John Paul Wallington
<jpw@pobox.com>
Fri, 23 Jul 2004 18:25:07 +0000
(18:25 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Fri, 23 Jul 2004 18:25:07 +0000
(18:25 +0000)
lispref/macros.texi
patch
|
blob
|
history
diff --git
a/lispref/macros.texi
b/lispref/macros.texi
index e903a159c2774ec27abb630249f1e042fd0d02d5..e28ab80ac6b2dca3d537ff5f59821eb4eb09b02f 100644
(file)
--- a/
lispref/macros.texi
+++ b/
lispref/macros.texi
@@
-239,7
+239,7
@@
additional information about it. Two kinds of specification are
currently supported:
@table @code
-@item (
e
debug @var{edebug-form-spec})
+@item (debug @var{edebug-form-spec})
Specify how to step through macro calls for Edebug.
@xref{Instrumenting Macro Calls}, for more details.